home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #120 (199x)(Scope PD)(US)[WB].zip / Scope Disk #120 (199x)(Scope PD)(US)[WB].adf / ZeroClear / ReadMe < prev    next >
Text File  |  1990-04-23  |  2KB  |  43 lines

  1. When I traded in my A1000 last week for a A2500/30, the first program
  2. a friend and I tried was Turbo Silver.  I expected blazing speed with
  3. the new 68030 running at 25 Mhz along with the floating point processor.
  4.  
  5. Severe disappointment occurred instead.  Turbo Silver locked up instantly
  6. on my new machine.  After alot of trial and error, my friend and I noticed
  7. that Turbo Silver would run fine if we took out the A2091 hard disk
  8. controller.  Taking out the 68030 card had no effect, it was definitely the
  9. A2091 that seemed to "cause" the problem.
  10.  
  11. A call to Impulse the next day revealed that the A2091 apparantly writes
  12. a non-zero value to memory location 0, only upon startup.  Turbo Silver
  13. ALSO has a problem in that it depends on location 0 having a zero there.
  14. No software should ever care what's in location zero, its simply a bug
  15. probably having to do with an unitialized NULL pointer somewhere in
  16. Turbo Silver.
  17.  
  18. Impulse would not offer me a corrected version of Turbo Silver, and I didn't
  19. want to wait till Commodore fixed the problem with their A2091.  So I wrote
  20. what is probably the smallest usefull Amiga program (only 44 bytes long)
  21. which clears the first 4 bytes of memory.  I installed this program in my
  22. startup-sequence file so it automatically executes at boot time.
  23.  
  24. With this program, Turbo Silver now runs normally.
  25.  
  26. Included in this archive file:
  27.  
  28. ZeroClear  - program clears location 0
  29. ZeroClear.asm - source code in 68000 assembler
  30. README - this file you are reading
  31.  
  32. If you discover anything else, please contact me.
  33. I may be reached on People Link as "brett*case", or via US Mail to:
  34.  
  35.  
  36.                     Brett Casebolt
  37.                     c/o Natural Graphics
  38.                     P.O. Box 1963
  39.                     Rocklin, CA  95677
  40.  
  41.  
  42.  
  43.